home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Computers
/
Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso
/
shareware
/
intuition
/
cycletomenu_2.0
/
english
/
install
< prev
next >
Wrap
Text File
|
1994-11-17
|
880b
|
37 lines
;
; CycleToMenu 2.0 Installation Script
;
; by Federico Giannici
;
;
; $VER: CTMInstall 1.0 (8.12.93)
;
; $LANGUAGE: English
;
Echo "*E[1mCycleToMenu 2.0 Installation Procedure*E[0m*n"
Ask "Do you want to procede (y/n)?"
If NOT WARN
Echo "*nINSTALLATION NOT EXECUTED!"
Quit
Endif
Echo "*nCoping *"CycleToMenu*" into *"SYS:WBStartup/*""
Copy /CycleToMenu TO SYS:WBStartup/
Copy /CycleToMenu.info TO SYS:WBStartup/
; This is for non-english languages
;If EXISTS LIBS:locale.library
; Echo "Coping *"cycletomenu.catalog*" into *"LOCALE:Catalogs/english/*""
; Copy cycletomenu.catalog TO LOCALE:Catalogs/english/
;EndIf
Echo "INSTALLATION COMPLETED"
Echo "*nNow copy *"CycleToMenu.doc*" wherever you prefer,"
Echo "then reboot Amiga to activate CycleToMenu."
Echo "*nRemember that the default hot-key to recall the"
Echo "configuration window is *"control alt y*"."